home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha 2001 August
/
CMycha200108.iso
/
Zaczarowane
/
main.swf
/
scripts
/
DefineButton2_116
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2001-06-06
|
291b
|
14 lines
on(press){
if(_root.go == true)
{
n = getProperty(_root.mc_lodki.mc_lgory, _currentframe);
_root.kupa = n;
if(n < 33 && 29 < n)
{
_root.mc_lodki.stop();
_root.mc_chlopiec.mc_reka.play();
_root.gory = true;
}
}
}